Blazor コントロール
ReplaceAsync メソッド (C1SortDataCollection<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1SortDataCollection<T> クラス : ReplaceAsync メソッド
The index.
The item.
The cancellation token.
Replaces the item at the specified index by the new specified item.
シンタックス
'宣言
 
Public Overrides Function ReplaceAsync( _
   ByVal index As System.Integer, _
   ByVal item As T, _
   ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
public override System.Threading.Tasks.Task<int> ReplaceAsync( 
   System.int index,
   T item,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

index
The index.
item
The item.
cancellationToken
The cancellation token.
参照

C1SortDataCollection<T> クラス
C1SortDataCollection<T> メンバ